home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / amitcp / dialin.lha / dialin / dialin.readme next >
Encoding:
Text File  |  1994-02-26  |  1.4 KB  |  56 lines

  1. Dialin.readme version 1.0 by Alex Tucker -- alex@warp.demon.co.uk
  2.  
  3. This program is derived from P.J.Rovero's SLIPUP.REXX, specifically for use
  4. with Demon Internet Services.  The program uses ARexx & the rexxserdev.library
  5. to dial up, log in, and start AmiTCP.
  6.  
  7. At the moment, the program does minimal error checking, and does not return
  8. until a valid login is performed.  Feel free to hack away at the code, I did.
  9.  
  10. Installation:
  11.  
  12.    Edit the beginning of the program and put in your password, machine name
  13.    and serial preferences.
  14.  
  15.    Copy the program to rexx: or somewhere in your path
  16.  
  17.    Copy rexxserdev.library to libs:
  18.  
  19.    With AmiTCP installed, make sure that AmiTCP:bin/startnet is in your path.
  20.    Also make sure that the baud rate in dialin.rexx matches the one in
  21.    ENV:SANA2/slip?.config.
  22.  
  23.    Edit AmiTCP:bin/stopnet, (AmiTCP v2.3) and add the line:
  24.  
  25.       rx dialin.rexx hangup
  26.  
  27.    Make sure the script bit is set for start/stopnet i.e.
  28.  
  29.       protect AmiTCP:bin/(start|stop)net +s
  30.  
  31. Operation:
  32.  
  33.    From the shell, type:
  34.  
  35.       rx dialin
  36.  
  37.    You can add a project icon, with default tool = rx, to access the script
  38.    via workbench.
  39.  
  40.    To break the connection, type:
  41.  
  42.       stopnet
  43.  
  44.    which should hopefully quit AmiTCP and hangup the line.
  45.  
  46. Included files:
  47.  
  48.    dialin.rexx
  49.    dialin.readme
  50.    rexxserdev.library
  51.    rexxserdev.doc
  52.  
  53.    The rexxserdev.library can be found on AmiNet:util/rexx/rxser501.lha
  54. --
  55. Alex Tucker, 26th February 1994.
  56.